summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/hid_registration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am/hid_registration.h')
-rw-r--r--src/core/hle/service/am/hid_registration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/am/hid_registration.h b/src/core/hle/service/am/hid_registration.h
index 8a732349c..67cd84961 100644
--- a/src/core/hle/service/am/hid_registration.h
+++ b/src/core/hle/service/am/hid_registration.h
@@ -22,6 +22,8 @@ public:
explicit HidRegistration(Core::System& system, Process& process);
~HidRegistration();
+ void EnableAppletToGetInput(bool enable);
+
private:
Process& m_process;
std::shared_ptr<Service::HID::IHidServer> m_hid_server;